home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / THOSTDIALOG / THOSTDIALOG.txt
Text File  |  1997-06-09  |  9KB  |  386 lines

  1. object HostDialog: THostDialog
  2.   Left = 251
  3.   Top = 89
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Lookup Error'
  7.   ClientHeight = 336
  8.   ClientWidth = 249
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 192
  20.     Height = 13
  21.     Caption = 'Cannot lookup IP address for host name:'
  22.     Font.Color = clWindowText
  23.     Font.Height = -12
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 266
  31.     Width = 53
  32.     Height = 13
  33.     Caption = 'IP address:'
  34.     Font.Color = clWindowText
  35.     Font.Height = -12
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Bevel1: TBevel
  41.     Left = 16
  42.     Top = 64
  43.     Width = 217
  44.     Height = 9
  45.     Shape = bsTopLine
  46.   end
  47.   object Bevel2: TBevel
  48.     Left = 16
  49.     Top = 256
  50.     Width = 217
  51.     Height = 9
  52.     Shape = bsTopLine
  53.   end
  54.   object OKBtn: TBitBtn
  55.     Left = 16
  56.     Top = 300
  57.     Width = 113
  58.     Height = 27
  59.     Caption = 'Try IP Address'
  60.     Font.Color = clBtnText
  61.     Font.Height = -12
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     TabOrder = 0
  66.     Kind = bkOK
  67.     Spacing = -1
  68.     IsControl = True
  69.   end
  70.   object CancelBtn: TBitBtn
  71.     Left = 136
  72.     Top = 300
  73.     Width = 97
  74.     Height = 27
  75.     Font.Color = clBtnText
  76.     Font.Height = -12
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 1
  81.     Kind = bkCancel
  82.     Spacing = -1
  83.     IsControl = True
  84.   end
  85.   object HostName: TEdit
  86.     Left = 32
  87.     Top = 40
  88.     Width = 257
  89.     Height = 20
  90.     TabStop = False
  91.     BorderStyle = bsNone
  92.     Color = clBtnFace
  93.     Ctl3D = False
  94.     Font.Color = clWindowText
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = [fsBold]
  98.     ParentCtl3D = False
  99.     ParentFont = False
  100.     ReadOnly = True
  101.     TabOrder = 2
  102.     Text = 'HostName'
  103.   end
  104.   object Addr: TEdit
  105.     Left = 72
  106.     Top = 264
  107.     Width = 161
  108.     Height = 21
  109.     Font.Color = clWindowText
  110.     Font.Height = -12
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 3
  115.   end
  116.   object Hostpage: TNotebook
  117.     Left = 8
  118.     Top = 68
  119.     Width = 233
  120.     Height = 181
  121.     TabOrder = 4
  122.     object TPage
  123.       Left = 0
  124.       Top = 0
  125.       Caption = 'NoIP'
  126.       object Label3: TLabel
  127.         Left = 8
  128.         Top = 2
  129.         Width = 186
  130.         Height = 13
  131.         Caption = 'There is no entry in your Domain Name '
  132.         Font.Color = clWindowText
  133.         Font.Height = -12
  134.         Font.Name = 'MS Sans Serif'
  135.         Font.Style = []
  136.         ParentFont = False
  137.       end
  138.       object Label4: TLabel
  139.         Left = 8
  140.         Top = 16
  141.         Width = 162
  142.         Height = 13
  143.         Caption = 'Service (DNS) server for that host.'
  144.         Font.Color = clWindowText
  145.         Font.Height = -12
  146.         Font.Name = 'MS Sans Serif'
  147.         Font.Style = []
  148.         ParentFont = False
  149.       end
  150.       object Label5: TLabel
  151.         Left = 8
  152.         Top = 36
  153.         Width = 220
  154.         Height = 13
  155.         Caption = 'Either the host name of the MUD has changed'
  156.         Font.Color = clWindowText
  157.         Font.Height = -12
  158.         Font.Name = 'MS Sans Serif'
  159.         Font.Style = []
  160.         ParentFont = False
  161.       end
  162.       object Label6: TLabel
  163.         Left = 8
  164.         Top = 128
  165.         Width = 208
  166.         Height = 13
  167.         Caption = 'Otherwise, if you know the IP address of the'
  168.         Font.Color = clWindowText
  169.         Font.Height = -12
  170.         Font.Name = 'MS Sans Serif'
  171.         Font.Style = []
  172.         ParentFont = False
  173.       end
  174.       object Label7: TLabel
  175.         Left = 8
  176.         Top = 74
  177.         Width = 188
  178.         Height = 13
  179.         Caption = 'If you mistyped the host name, enter the'
  180.         Font.Color = clWindowText
  181.         Font.Height = -12
  182.         Font.Name = 'MS Sans Serif'
  183.         Font.Style = []
  184.         ParentFont = False
  185.       end
  186.       object Label8: TLabel
  187.         Left = 8
  188.         Top = 88
  189.         Width = 206
  190.         Height = 13
  191.         Caption = 'correct name into the IP address field below'
  192.         Font.Color = clWindowText
  193.         Font.Height = -12
  194.         Font.Name = 'MS Sans Serif'
  195.         Font.Style = []
  196.         ParentFont = False
  197.       end
  198.       object Label9: TLabel
  199.         Left = 8
  200.         Top = 102
  201.         Width = 169
  202.         Height = 13
  203.         Caption = 'and click the Try IP Address button.'
  204.         Font.Color = clWindowText
  205.         Font.Height = -12
  206.         Font.Name = 'MS Sans Serif'
  207.         Font.Style = []
  208.         ParentFont = False
  209.       end
  210.       object Label10: TLabel
  211.         Left = 8
  212.         Top = 50
  213.         Width = 147
  214.         Height = 13
  215.         Caption = 'or you have mistyped the name'
  216.         Font.Color = clWindowText
  217.         Font.Height = -12
  218.         Font.Name = 'MS Sans Serif'
  219.         Font.Style = []
  220.         ParentFont = False
  221.       end
  222.       object Label22: TLabel
  223.         Left = 8
  224.         Top = 142
  225.         Width = 218
  226.         Height = 13
  227.         Caption = 'MUD, enter it into the field below and click the'
  228.         Font.Color = clWindowText
  229.         Font.Height = -12
  230.         Font.Name = 'MS Sans Serif'
  231.         Font.Style = []
  232.         ParentFont = False
  233.       end
  234.       object Label23: TLabel
  235.         Left = 8
  236.         Top = 156
  237.         Width = 214
  238.         Height = 13
  239.         Caption = 'Try IP Address button to connect to the MUD'
  240.         Font.Color = clWindowText
  241.         Font.Height = -12
  242.         Font.Name = 'MS Sans Serif'
  243.         Font.Style = []
  244.         ParentFont = False
  245.       end
  246.     end
  247.     object TPage
  248.       Left = 0
  249.       Top = 0
  250.       Caption = 'Timeout'
  251.       object Label14: TLabel
  252.         Left = 8
  253.         Top = 2
  254.         Width = 195
  255.         Height = 13
  256.         Caption = 'Your Domain Name Service (DNS) server'
  257.         Font.Color = clWindowText
  258.         Font.Height = -12
  259.         Font.Name = 'MS Sans Serif'
  260.         Font.Style = []
  261.         ParentFont = False
  262.       end
  263.       object Label15: TLabel
  264.         Left = 8
  265.         Top = 16
  266.         Width = 102
  267.         Height = 13
  268.         Caption = 'cannot be contacted.'
  269.         Font.Color = clWindowText
  270.         Font.Height = -12
  271.         Font.Name = 'MS Sans Serif'
  272.         Font.Style = []
  273.         ParentFont = False
  274.       end
  275.       object Label16: TLabel
  276.         Left = 8
  277.         Top = 36
  278.         Width = 194
  279.         Height = 13
  280.         Caption = 'Either your network is down, or your DNS'
  281.         Font.Color = clWindowText
  282.         Font.Height = -12
  283.         Font.Name = 'MS Sans Serif'
  284.         Font.Style = []
  285.         ParentFont = False
  286.       end
  287.       object Label17: TLabel
  288.         Left = 8
  289.         Top = 50
  290.         Width = 184
  291.         Height = 13
  292.         Caption = 'server is misconfigured in your Network'
  293.         Font.Color = clWindowText
  294.         Font.Height = -12
  295.         Font.Name = 'MS Sans Serif'
  296.         Font.Style = []
  297.         ParentFont = False
  298.       end
  299.       object Label18: TLabel
  300.         Left = 8
  301.         Top = 64
  302.         Width = 64
  303.         Height = 13
  304.         Caption = 'control panel.'
  305.         Font.Color = clWindowText
  306.         Font.Height = -12
  307.         Font.Name = 'MS Sans Serif'
  308.         Font.Style = []
  309.         ParentFont = False
  310.       end
  311.       object Label19: TLabel
  312.         Left = 8
  313.         Top = 86
  314.         Width = 183
  315.         Height = 13
  316.         Caption = 'Contact your network manager of your '
  317.         Font.Color = clWindowText
  318.         Font.Height = -12
  319.         Font.Name = 'MS Sans Serif'
  320.         Font.Style = []
  321.         ParentFont = False
  322.       end
  323.       object Label20: TLabel
  324.         Left = 8
  325.         Top = 100
  326.         Width = 171
  327.         Height = 13
  328.         Caption = 'Internet Provider for help on properly'
  329.         Font.Color = clWindowText
  330.         Font.Height = -12
  331.         Font.Name = 'MS Sans Serif'
  332.         Font.Style = []
  333.         ParentFont = False
  334.       end
  335.       object Label21: TLabel
  336.         Left = 8
  337.         Top = 114
  338.         Width = 133
  339.         Height = 13
  340.         Caption = 'configuring your DNS server'
  341.         Font.Color = clWindowText
  342.         Font.Height = -12
  343.         Font.Name = 'MS Sans Serif'
  344.         Font.Style = []
  345.         ParentFont = False
  346.       end
  347.       object Label11: TLabel
  348.         Left = 8
  349.         Top = 136
  350.         Width = 187
  351.         Height = 13
  352.         Caption = 'If you know the IP address of the MUD,'
  353.         Font.Color = clWindowText
  354.         Font.Height = -12
  355.         Font.Name = 'MS Sans Serif'
  356.         Font.Style = []
  357.         ParentFont = False
  358.       end
  359.       object Label12: TLabel
  360.         Left = 8
  361.         Top = 150
  362.         Width = 176
  363.         Height = 13
  364.         Caption = 'enter it in the box below and click the'
  365.         Font.Color = clWindowText
  366.         Font.Height = -12
  367.         Font.Name = 'MS Sans Serif'
  368.         Font.Style = []
  369.         ParentFont = False
  370.       end
  371.       object Label13: TLabel
  372.         Left = 8
  373.         Top = 164
  374.         Width = 217
  375.         Height = 13
  376.         Caption = 'Try IP Address button to connect to the MUD.'
  377.         Font.Color = clWindowText
  378.         Font.Height = -12
  379.         Font.Name = 'MS Sans Serif'
  380.         Font.Style = []
  381.         ParentFont = False
  382.       end
  383.     end
  384.   end
  385. end
  386.